﻿.contain{
	max-width: 1920px;
	margin:0 auto;
	overflow: hidden;
}
.bg-black{
	background-color: #000;
	color:#fff;
	height:94px;
	text-align:center;
}
.bg-black>div{
	padding-top: 20px;
}
.bg-black>div a{
	color: #FFFFFF;
	display: block;
}
.bged6c00{
	background-color: #ed6c00;
}
.bg333333{
	background-color: #333;
}
.bg-black>div:hover{
	background-color: #ed6c00;
}
.threeDiv{
	display: inline-block;
}
.threeDiv>p:first-child{
	font-size: 20px;
	margin-bottom: 6px;
}
.threeDiv>p:last-child{
	font-size: 12px;
}
.button-prev,.button-next{
	width: 70px;
    height: 70px;
    font-size: 20px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    position: absolute;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 111;
}
.button-prev{
	left:0;
}
.button-next{
	right:0;
}
.banner_page .circle{
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	left:50%;
}
.circle .swiper-pagination-bullet{
	width: 90px;
	height: 5px;
	background-color: #000;
	border-radius: 0;
	opacity: 1;
	margin-right: 20px;
}
.circle .swiper-pagination-bullet-active{
	background-color: #CE000D;
}